github.com/andybalholm/brotli.huffmanTreeGroup.htrees (field)
17 uses
github.com/andybalholm/brotli (current package)
decode.go#L930: group.htrees[s.htree_index] = s.next
decode.go#L1166: s.literal_htree = []huffmanCode(s.literal_hgroup.htrees[s.context_map_slice[0]])
decode.go#L1197: s.htree_command = []huffmanCode(s.insert_copy_hgroup.htrees[s.block_type_rb[3]])
decode.go#L1503: var distance_tree []huffmanCode = []huffmanCode(s.distance_hgroup.htrees[s.dist_htree_index])
decode.go#L1777: hc = []huffmanCode(s.literal_hgroup.htrees[s.context_map_slice[context]])
decode.go#L2413: s.htree_command = []huffmanCode(s.insert_copy_hgroup.htrees[0])
huffman.go#L94: htrees [][]huffmanCode
state.go#L216: s.literal_hgroup.htrees = nil
state.go#L218: s.insert_copy_hgroup.htrees = nil
state.go#L220: s.distance_hgroup.htrees = nil
state.go#L270: s.literal_hgroup.htrees = nil
state.go#L272: s.insert_copy_hgroup.htrees = nil
state.go#L274: s.distance_hgroup.htrees = nil
state.go#L281: s.literal_hgroup.htrees = nil
state.go#L282: s.insert_copy_hgroup.htrees = nil
state.go#L283: s.distance_hgroup.htrees = nil
state.go#L291: group.htrees = make([][]huffmanCode, ntrees)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |